home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / APPEXPRT.PAK / HADDDATA.SNP < prev    next >
Text File  |  1997-05-06  |  2KB  |  44 lines

  1. ##^BOF
  2. ##\\" [[InternalName]];" [[DataSearch]]
  3. ##--BEGIN-- ? DataSearch == FALSE
  4. ##      "//{{[[ClassName]]AUTO_DATA_END}}" [[ClassTMarker]]
  5. ##      \\ClassTMarker [[ClassMarker]]
  6. ##      :^BOF
  7. ##      --BEGIN-- ? ClassMarker [[Search]]
  8. ##          :Search == FALSE
  9. ##          :{HAddADat.SNP}
  10. ##          :^BOF
  11. ##          :? ClassMarker [[Search]]
  12. ##*
  13. ##      --END-- ? ClassMarker [[Search]]
  14. ##      ^BOL
  15.     [[CPPType]] [[InternalName]];
  16. ##--END-- ? DataSearch == FALSE
  17. ##"//{{[[ClassName]]AUTO_TBL_END}}" [[ClassTMarker]]
  18. ##\\ClassTMarker [[ClassMarker]]
  19. ##^BOF
  20. ##--BEGIN-- ? ClassMarker [[Search]]
  21. ##    Search == FALSE
  22. ##    :{HAddAuto.SNP}
  23. ##    :^BOF
  24. ##    :? ClassMarker [[Search]]
  25. ##*
  26. ##--END-- ? ClassMarker [[Search]]
  27. ##^BOL
  28. ##*
  29. ## (OLEType == CPPType) && (OLEType != "TAutoCurrency") && (OLEType != "TAutoDate")
  30. ##--BEGIN-- StripPtrRef(CPPType, [[StripCPPType]]) [[AnyStripping]]
  31. ##      !AnyStripping
  32. AUTODATA([[InternalName]], [[InternalName]], TAutoObject<[[StripCPPType]]>, )
  33. ##      AnyStripping
  34. AUTODATA([[InternalName]], [[InternalName]], TAutoObject<[[StripCPPType]]>, )
  35. ##--END-- StripPtrRef(CPPType) [[StripCPPType]]
  36. ## (OLEType != CPPType) && (OLEType != "TAutoString")
  37. AUTODATA([[InternalName]], [[InternalName]], [[CPPType]], )
  38. ## (OLEType == CPPType) && ((OLEType == "TAutoCurrency") || (OLEType == "TAutoDate"))
  39. AUTODATA([[InternalName]], [[InternalName]], [[CPPType]], )
  40. ## (OLEType == "TAutoString") && (CPPType != "string")
  41. AUTODATA([[InternalName]], [[InternalName]], TAutoString, )
  42. ## (OLEType == "TAutoString") && (CPPType == "string")
  43. AUTODATA([[InternalName]], [[InternalName]], string, )
  44.